Development Vs. Production Server Best-Practice

by: devtycoon, 9 years ago

Last edited: 9 years ago

I have heard in a few of your web-dev tuts that we should not use our production server for development.  Can you critique or fill in the blanks for what I may be missing.with the following strategy.  Perhaps a better strategy exists that I am not aware of?  Thanks Harrison


Step 1: Develop locally and save progress to Git
-Visual Studio --> editor that communicates with GIT and has python intellisense
-local installation of mySQL on windows machine
-local installation of mySQL workbench on windows machine
-local installation of mySQL-python connector

Step 2: Run command on digital ocean server to update code from GIT
? I have not learned how to do this yet




You must be logged in to post. Please login or register an account.